DataSource for Entity Framework in WPF
C1.Data Namespace / ProgressiveView<T> Class / AttachView Method / AttachView<TResult>(Func<View<T>,View<TResult>>) Method

In This Topic
    AttachView<TResult>(Func<View<T>,View<TResult>>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function AttachView(Of TResult)( _
       ByVal selector As Func(Of View(Of T),View(Of TResult)) _
    ) As View(Of TResult)

    Parameters

    selector

    Type Parameters

    TResult
    See Also